home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / Shadows ••• / Shadows еее / background_2763.txt < prev    next >
Text File  |  1990-10-02  |  2KB  |  84 lines

  1. -- background: 2763 from stack: in
  2. -- bmap block id: 13071
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 17 (field)
  16. -- low flags: 01
  17. -- high flags: 0007
  18. -- rect: left=17 top=239 right=320 bottom=486
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 3
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: 
  27.  
  28.  
  29. -- part 21 (button)
  30. -- low flags: 00
  31. -- high flags: A000
  32. -- rect: left=403 top=32 right=87 bottom=486
  33. -- title width / last selected line: 65535
  34. -- icon id / first selected line: -15743 / 49793
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: RESTART GAME
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   GO TO FIRST CARD
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 22 (button)
  49. -- low flags: 00
  50. -- high flags: A000
  51. -- rect: left=403 top=87 right=142 bottom=486
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 1011 / 1011
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: GO HOME
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   GO HOME
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 23 (button)
  68. -- low flags: 00
  69. -- high flags: A000
  70. -- rect: left=403 top=142 right=197 bottom=486
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 1000 / 1000
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: OPEN STACK
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   DOMENU "OPEN STACK..."
  82. end mouseUp
  83.  
  84.